Feeds are built into wordpress as a function you don't require an additional plug-in or template that has a feed function or link. Depending on the setup of your blog and the link structure your feed could be a number of combinations the common is mysiteblog.com/feed/ however the full list and instructions as to how to use the feed function in your own code can be found here:
http://codex.wordpress.org/WordPress_Feeds
If you needed to display it on the blog easily then you would probably use a plug-in but they don't effect the blogs ability generate a feed only how it is displayed by using variations of the function call, to display feeds specific to a category, date etc