The limit to f[x], approached from above, is 6
The limit to f[x], approached from below, is -8
You can see those 2 limits computed by using that option with the Limit[] function. If you do not specify fromabove/frombelow , my understanding is that the limit is indeterminate if it doesn't approach the same value from the 2 sides of the limit.
This example is showing the difference between evaluating at the value at a location, and determining the limit as it approaches that value. That is a difference -- the crucial difference -- between those two things. I believe that's the case, but I don't see in the Wolfram Language documentation where the behavior of Limit[] is formally stated.