What can the value from a dot-product between two normalized vectors (directions i.e. forward) be used for?

Any ideas on how to answer this?

The DOT product gives you the angle between 2 vectors. It is usually used for things like line of sight for AI when you take the inverse cosine it outputs an angle in degrees that is used to determine if the enemy can see the player.