What about unordered lists?
To use the bitonic merge for n items, we must first have a bitonic sequence of n items.
Two elements form a bitonic sequence
Any unsorted sequence is a concatenation of bitonic sequences of size 2
Merge those into larger bitonic sequences until we end up with a bitonic sequence of size n