Sort transactions
Someone might want to send multiple transactions out of an account, one coming after the other. This will only be valid if the baker orders them in the block in order from the lowest counter value to the highest counter value. In general, that can be done by putting all these transactions within one operation. However, a user might submit an operation on the network, then think of another Operation and send it right after. In this case, the baker should think of ordering them.