Transactions are tagged with an ID (AWID for writes, ARID for
reads).
- Same ID Rule: Transactions with the SAME ID must be completed In Order.
- Different ID Rule: Transactions with DIFFERENT IDs can be completed Out of Order.
- Issue Order: Master requests A (ID0) then B (ID1).
- Return Order: Slave returns B (ID1) before A (ID0).
- Validity: Since IDs are different, this is legal and efficiently uses bandwidth.