Optimistic Rollups (like Arbitrum and Optimism) excel at minimizing on-chain computational load by defaulting to trust. They assume transaction batches are valid, posting only the state root and calldata to Ethereum. This design results in lower fixed costs and higher compatibility with the EVM, enabling faster iteration and lower gas fees for users. For example, Arbitrum One consistently processes over 40,000 TPS internally while maintaining sub-dollar transaction fees.