How does an interleaved sort key differ from a compound sort key?

A compound sort key is more efficient when query predicates use a prefix, which is a subset of the sort key columns in order.
An interleaved sort key gives equal weight to each column in the sort key, and so, query predicates can use any subset of the columns that make up the sort key in any order.