According to the spec, items is a set, while orderedItems is an (ordered) list. This is due to the JSON-LD serialization of AS2: JSON-LD defaults to unordered sets. When using list, some clients may not be able to show the Activities in the right order. To fix this, the OrderedCollectionPages should contain orderedItems instead of items.