While the two are equivalent in use (because any is the default type when unspecified) by explicitly specifying the type as any, you explicitly declare the intent.
Intellisense, where available, will display the type as any, allowing easier understanding how your variable is meant to be used.