Hi Kevin,
process and processAll are called to perform the delcaritive binding you have done in your html.
The difference is that process can target a specific element. For instance you could add some HTML dynamically to the DOM and want to hook it all up to the parent element with process.
-Jeff
Jeff Sanders (MSFT)