VTK CMake Usage

Quick question: usage of VTK_LIBRARIES is discouraged in https://gitlab.kitware.com/vtk/vtk/-/blob/1abfe43a7b32b4606964005627b6c40723883a2e/Documentation/Doxygen/ModuleMigration.md, but why exactly?
It contains all libraries needed to fulfill what was requested as components in the find_package call, right?
So why would I not just use this list, and instead again separately list the libraries in the target_link_library and the vtk_module_autoinit