Sequential execution is a design bottleneck masquerading as simplicity. UTXOs are independent state fragments — no shared mutable state, no ordering dependencies. You can validate them in parallel by construction, not by optimization. That's not a feature. That's architecture.