You liked a post on a social network. The counter changed immediately for you (local replica), but your friend in another region still sees the old count — and will see the updated one in a second or two when replication catches up.
Conflict-free Replicated Data Types — special data structures where conflicts between replicas are resolved automatically without coordination. For example, a distributed counter where each node independently increments its own value.