Hessian Matrix helps determine the saddle points, and the local extremum of a function.
Source: https://machinelearningmastery.com/a-gentle-introduction-to-hessian-matrices/
Hessian Matrix is used in Newton methods to optimize functions. Of what use is a Hessian Matrix in optimization when it cannot give global minima (which is what we look for when optimizing functions)?