It's not a 'special' file, but it's typically used to start the environment by requiring files, instantiating classes, calling functions/methods, etc.
The file is called 'global.php' because on every file(classes don't count) suchas register.php index.php me.php, etc it is included/required, hence it's called global.