I think you understand it, but the thing is that I’m using
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
to display my nav items. Mixed in with those items I need external links, so it’s not like I can just hard-code the link into the HTML.
I know I could just add the links after my list of Pages, but it’s kind of important to me to have these links in amogst my other nav items.