The business logic flow is sequential, processed in order, and cannot be bypassed.
"sequential"
How this is possible in modern apps that follows the practices of event-driven, asynchronous, or parallel flows.
"cannot be bypassed."
Absolute statement.
"processed in order"
How this is possible in distributed systems/flows.