When adding a python module manually, the path to the module is added to sys.path. After restarting Slicer, the module path is no longer in sys.path although it's still present in the settings ...
What it is good for? Settings of the Python interpreter itself. The sys module provides an access point to the Python environment. You find there command line ...