Besides using the Sharepoint adapter, which enables you to:
– receive and send documents from/to WSS document libraries and form libraries
– document filtering based on WSS views
– archiving of documents
– promoting of document properties,
you can deploy BizTalk orchestrations as web services and use SharePoint DataViews to show the results of the web service calls.
However keep in mind that BizTalk is not (yet) your best choice when it comes to realtime processing. So when it comes to show data in SharePoint which comes from BizTalk orchestrations, it's best to deploy only simple/fast orchestrations as web services.
More information about the WSS adapter can be found at the blog of Adrian Hamza (http://blogs.msdn.com/ahamza/default.aspx).