Tk is the absolute root of the application, it is the first widget that needs to be instantiated and the GUI will shut down when it is destroyed.
Toplevel is a window in the application, closing the window will destroy all children widgets placed on that window{1} but will not shut down the program...