It depends on situation. It’s not always the point to detect all different combinations. Sometimes you need to detect specific combination and spark to muiltiple different inputs. Both outputs, TRUE and FALSE make sense, whether with ANY or ALL, both are useful. Binary arithmetic is incomplete without NOT operator, which can be realised through inverted output.
Of course not, you can make the same logic without ANY, but with many more links in some situations. It’s about structuring in situations where ANY result is sent to multiple inputs.
Let say that all 3 AND-cards are false. That means non of the blue lines will reach the ANY-card.
How is the ANY-card supposed to know that all AND-cards are false?