I can't find where this is actually used anywhere, but, someone found it, so.. I assume that some RSS program uses it..
If you view blog RSS.. Such as this..
http://community.inv...s-company-blog/
View the page source, and you have this..
<link><![CDATA[http://community.invisionpower.com/index.php?app=blog&module=showblog&blogid=1174]]></link>
'link' => $this->registry->output->buildSEOUrl( "app=blog&blogid=" . $this->blog_id, 'publicNoSession', $this->blog['blog_seo_name'], 'showblog' ),
'link' => "{$this->settings['board_url']}/index.{$this->settings['php_ext']}?app=blog&module=showblog&blogid={$this->blog_id}",