RuntimeTransaction is runtime facing representation of transaction, while
solana_transaction::sanitized::SanitizedTransaction is client facing representation.
Transaction Meta contains data that follows a transaction through the
execution pipeline in runtime. Examples of metadata could be limits
specified by compute-budget instructions, simple-vote flag, transaction
costs, durable nonce account etc;