STCS: Merges similarly-sized SSTables. Good write throughput; reads touch many files.
LCS: SSTables in levels; each level is sorted non-overlapping. Reads touch few files; write amplification high.
TWCS: Window per time bucket; never compacts across windows. Perfect for time-series with TTL.