The suggestion is to install the dependencies of a package but not the package itself. This would be useful for setting up a development environment for package development. Imagined usage:
InstallDependencies("digraphs"); # Install all packages that digraphs requires, but not digraph itself.