Feature hashing (HashingTF) is useful for high-cardinality text/categories because:
Select an answer to reveal the explanation.
Short Explanation and Infographic
HashingTF = fixed-width bag-of-tokens with collision tradeoffs.
Full explanation below image
Full Explanation
Collisions are the cost of fixed dimension without a stored vocabulary.