eventual consistency as generally used doesn't guarantee that events are presented in the same order. I use 'monotonic consistency' for that, but idk how common that is.

Order independence/monotonicity is strong EC rather than regular EC.

Yes, same-ordering gives you EC, not the other round.