No, webhooks are not guaranteed to be delivered in chronological order. Your integration should not rely on the order it receives webhooks to determine the handling logic.
Use the time field in each webhook's payload to determine the chronological order of related webhook events.