Consider the following quantity: $$ \max_{a \in \{-1,1\}}\left( \min_{b \in \{-1,0,1\}} ab\right).$$ Since the min is inside, we apply it first, but what value $b$ will be chosen? If the minimum "knew" that there was a maximum waiting for it outside, it would choose $b=0$ because the max gets to pick next and can counteract any nonzero value $b$ takes to make the entire quantity positive. But the min isn't "supposed to see" the outside (or it would be equivalent to taking the min of the max, rather than the max of the min). However, the minimum does "see" the $a$ in the term it's minimizing: how does the min "deal" with this term, without "knowing" the values that $a$ can take?
I apologize for the somewhat lacking tagging and title; I honestly don't know how to refer to this problem.