Alright.. Consider this:

mkdir test && cd test
touch mytest
ln -s mytest mytest2
ln -h mytest mytest2

Now scp that test dir to another machine... See what you end up with.. 3 copies of the same file and no more symlinks.