Earlier quoted context omitted.
..because you don't know the difference between upgrade and dist-upgrade. use dist-upgrade or just explicitly install those packages.
No, dist-upgrade would be 14.04 -> 16.04. I don't want 16.04; I want to stay on 14.04.
If you're always reviewing it manually it's ok to just use dist-upgrade, alternative if you want to install new packages but still not let it remove packages, you can use: sudo apt-get upgrade --with-new-pkgs
Personally I always just use dist-upgrade and it's not a problem as long as you check it before you hit go.