Events re-ordering as they arrive Axon Server

Hi!

We are using AWS Step Functions and we are looking to capture events from within the lambdas in the step functions but also from AWS EventBridge to capture the status changes of the state machine. The problem we are facing is that these events are coming from 2 different sources, and may reach Axon in different order from when the event actually happened. Does Axon provide any mechanism to reorder events as they arrive, based on some timestamp for example, and before they are commited to the event store?

We are using gRPC to send our events to Axon.

Thanks in advance,
Dário